home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 3.2
/
Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO
/
packet
/
n17jsrc
/
tty.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-07
|
235b
|
16 lines
#ifndef _TTY_H
#define _TTY_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _SESSION_H
#include "session.h"
#endif
/* In ttydriv.c: */
struct mbuf *ttydriv __ARGS((struct session *sp,char c));
#endif /* _TTY_H */